home *** CD-ROM | disk | FTP | other *** search
/ 25 Strategy Games / 25 Strategy Games.iso / strategy / dblocks / cop.bat < prev    next >
DOS Batch File  |  1992-08-28  |  103b  |  8 lines

  1. cls
  2. echo off
  3. MKDIR C:\DBLOCKS
  4. COPY *.* C:\DBLOCKS
  5. ECHO COPY DONE
  6. echo To run type dblocks
  7. PAUSE
  8.